home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-21 | 2.0 KB | 55 lines | [TEXT/ttxt] |
- MacCalendar - Control Strip sample
- Copyright © 1994, Apple Computer Inc. All Rights Reserved.
-
- MacCalendar is a Control Strip module that can be installed
- on PowerBooks (and other Macintosh models that support the
- Control Strip Control Panel) by copying MacCalendar into the
- Control Strip folder inside the System Folder and restarting
- the Macintosh.
-
- MacCalendar Setup is a normal Macintosh application that
- configures MacCalendar by letting the user select the font,
- font size, and some national-specific information: the names
- of the days of the week and whether Sunday or Monday is the
- first (left most) day of the week.
-
- Before using MacCalendar Setup, install MacCalendar to
- initialize its preference resource. Then run MacCalendar
- Setup and configure it to your taste. Your choices take
- effect after you restart the computer.
-
- It compiles on the following environments:
-
- Think C 7.0
- MPW 3.3.1 (see below)
- MetroWerks DR3
-
- At this time, MPW cannot compile MacCalendar: it tries to load
- libraries that are not defined for code (non-application) modules.
- However, this is a problem with the sample, and not with the
- Control Strip software itself.
-
- Note that, if you are compiling for MetroWerks, you must build the
- resources (in files "MacCalendar.µ.rsrc" and "MacCalendarSetup.µ.rsrc")
- by calling Rez - you can either build the MPW version first, or cause
- the MakeFile to MacCalendarSetup.µ.rsrc"
-
- Because these sources build a half-dozen version of the sample,
- (three compilers, 68000 native, 68000 on Power Mac, Power
- Mac native someday), some notes on compatibility are in order:
-
- 1. The program was originally written and debugged using
- Think C on a Duo 250.
- 2. It was then compiled and tested using MPW 3.3.1.
- 3. It was then compiled and tested using MetroWerks DR3.
-
- Each additional compiler found a different set of errors and
- warnings. In all cases, optional warnings were turned on.
-
- As of this writing, you cannot build a native Power Macintosh version
- of the Control Panel.
-
- Written by Martin Minow, MACDTS.
- minow@apple.com
- AppleLink: MINOW
-